How to include UserID and Password in the http header?
1988
22-Aug-2014
How to include UserID and Password in the http header?
Sumit Kesarwani
22-Aug-2014request.Headers.Add("UserID", userID);
request.Headers.Add("Password", password);